home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u603.dms / u603.adf / devs / mountlist < prev    next >
Text File  |  1991-04-15  |  4KB  |  166 lines

  1. /* MountList for V1.3 */
  2.  
  3. /*  Mount Entry for the new Console Handler */
  4.  
  5. NEWCON:
  6.     Handler = L:Newcon-Handler
  7.     Priority = 5
  8.     StackSize = 1000
  9.  
  10. #
  11.  
  12. /*  This is an example of an alternative type of non-filing device mount,
  13.     used to mount the non-buffered serial handler
  14. */
  15.  
  16. AUX:
  17.     Handler = L:Aux-Handler
  18.     Stacksize = 1000
  19.     Priority = 5
  20. #
  21. /*  This is a non-filing system device */
  22.  
  23. PIPE:
  24.     Handler = L:Pipe-Handler
  25.     Stacksize = 6000
  26.     Priority = 5
  27.     GlobVec = -1
  28. #
  29.  
  30. RAD:       Device = ramdrive.device
  31.            Unit   = 0
  32.            Flags  = 0
  33.            Surfaces  = 2
  34.            BlocksPerTrack = 11
  35.            Reserved = 2
  36.            Interleave = 0
  37.            LowCyl = 0  ;  HighCyl = 15
  38.            Buffers = 5
  39.            BufMemType = 1
  40. #                   
  41.  
  42. /* An example mount entry using the fast file system with a partition
  43.    of the hard disk using the 2090 disk controller.  PREP has been
  44.    used to create the first partition (up to cylinder 20).  The second
  45.    partition is MOUNTed, using the following entry:
  46.    NOTE: Some hard disk drivers require more stack than specified here.
  47.    Some may required less.
  48.    (The hard disk is not included; this is only an example.)
  49. */
  50.  
  51. FAST:
  52.     Device = hddisk.device
  53.     FileSystem = l:FastFileSystem
  54.     Unit   = 1
  55.     Flags  = 0
  56.     Surfaces  = 4
  57.     BlocksPerTrack = 17
  58.     Reserved = 2
  59.     Interleave = 0
  60.     LowCyl = 21  ;  HighCyl = 800
  61.     Buffers = 30
  62.     GlobVec = -1
  63.     BufMemType = 1
  64.     Mount = 1
  65.     DosType = 0x444F5301
  66.     StackSize = 4000
  67. #
  68.  
  69. /* Let's say you have an A2000 with an internal drive, and an external
  70.    drive, and you want to refer to the external drive as DF1: as well
  71.    as DF2:   Well, this MountList entry will do it for you.  This technique
  72.    can be extended to provide you with a drive A: and B: if you really
  73.    want.
  74. */
  75.  
  76. DF1:       Device = trackdisk.device
  77.            Unit   = 2
  78.            Flags  = 1
  79.            Surfaces  = 2
  80.            BlocksPerTrack = 11
  81.            Reserved = 2
  82.            Interleave = 0
  83.            LowCyl = 0  ;  HighCyl = 79
  84.            Buffers = 20
  85.            BufMemType = 3
  86. #
  87.  
  88. /* ramdisk.device has a maximum of 2048 blocks. It supports units 0 through
  89. 31 with flags:
  90.  
  91.       1  -  Recoverable. Data is preserved.
  92.       2  -  Formatable and Diskcopyable. You can diskcopy to this drive.
  93.             Note - Even though RamDisk is intelligent and will deallocate
  94.             memory for unused tracks, a format or diskcopy will force
  95.             the entire disk to be copied to memory before the deallocation
  96.             starts. This is guarinteed to fragment memory.
  97.       4  -  AutoBoot. Can boot from this drive. If this flag is set,
  98.             then the disk is remounted automatically on warm boot.
  99.             NOTE - Does Not Work with fastfilesystem. You will still have
  100.             to mount devices which do not boot to DOS. Also, if BootPri
  101.             is set higher than other devices, DOS will boot from this
  102.             drive.
  103.  
  104.    For instance, to set up a disk which is both recoverable, and also is
  105. automatically mounted on warmboot use:
  106.  
  107.          1 (Recoverable) + 4(AutoBoot) = 5
  108.  
  109.    RamDisk uses the bitmap to deallocate unused sectors. Therefore, non-
  110. AMIGA disks cannot be copied to RamDisk.
  111. */
  112.  
  113. /* Our boot disk. */
  114.  
  115. RRD:
  116.            Device = ramdisk.device
  117.            Unit   = 0
  118.            Flags  = 5
  119.            Surfaces  = 2
  120.            BlocksPerTrack = 11
  121.            Reserved = 2
  122.            Interleave = 0
  123.            LowCyl = 0 ;  HighCyl = 79
  124.            Buffers = 1
  125.            BufMemType = 5
  126.            Mount = 1
  127.            BootPri = -127
  128.            Priority = -128
  129.  
  130. #
  131.  
  132.  
  133. RAD:       Device = ramdrive.device
  134.            Unit   = 0
  135.            Flags  = 0
  136.            Surfaces  = 2
  137.            BlocksPerTrack = 11
  138.            Reserved = 2
  139.            Interleave = 0
  140.            LowCyl = 0  ;  HighCyl = 21
  141.            Buffers = 5
  142.            BufMemType = 1
  143. #                   
  144.  
  145. /* an example of a ramdisk using the FastFileSystem */
  146. Fast:
  147.            Device = ramdisk.device
  148.            Unit   = 30
  149.            Flags  = 1
  150.            Surfaces  = 2
  151.            BlocksPerTrack = 11
  152.            Reserved = 2
  153.            Interleave = 0
  154.            LowCyl = 0 ;  HighCyl = 79
  155.            Buffers = 1
  156.            BufMemType = 5
  157.            Mount = 1
  158.            GlobVec = -1
  159.            FileSystem = l:FastFileSystem
  160.            MaxTransfer = 512
  161.            DosType = 0x444F5301
  162.            BootPri = -128
  163. #
  164.  
  165.  
  166.